home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / psfontmgr.postinst < prev    next >
Text File  |  2008-07-22  |  316b  |  20 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = configure ]; then
  6.  
  7.   if dpkg --compare-versions "$2" lt 0.11.3; then
  8.     rm -f /etc/defoma/config/psfontmgr.conf
  9.   fi
  10.  
  11.   /usr/bin/defoma-app -t update psfontmgr 1>&2
  12. fi
  13.  
  14. # dh_installdeb will replace this with shell code automatically
  15. # generated by other debhelper scripts.
  16.  
  17.  
  18.  
  19. exit 0
  20.